home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / bread-cooking.swf / scripts / frame_84 / PlaceObject2_48_957 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev   
Text File  |  2011-01-13  |  315b  |  16 lines

  1. onClipEvent(mouseDown){
  2.    if(_root.isGameOver)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(this.hitTest(_root._xmouse,_root._ymouse,false))
  7.    {
  8.       if(state != 2 && _root.cursor.getState() == 3)
  9.       {
  10.          state = 3;
  11.          this.gotoAndPlay(3);
  12.          _root.cursor.normal();
  13.       }
  14.    }
  15. }
  16.